============================= test session starts ==============================
platform linux -- Python 3.14.0, pytest-8.4.2, pluggy-1.6.0 -- /home/runner/work/pygments-pytest/pygments-pytest/.tox/push/bin/python
cachedir: .pytest_cache
rootdir: /tmp/pytest-of-runner/pytest-0/test_deprecated_raises_exec_failure1
collecting ... collected 1 item

f.py::test FAILED                                                        [100%]

=================================== FAILURES ===================================
_____________________________________ test _____________________________________

    def test():
>       pytest.raises(ValueError, "int(None)")
E       TypeError: 'int(None)' object (type: <class 'str'>) must be callable

f.py:3: TypeError
=========================== short test summary info ============================
FAILED f.py::test - TypeError: 'int(None)' object (type: <class 'str'>) must be callable
============================== 1 failed in 0.00s ===============================